home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9498 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  944 b 

  1. Path: news.iadfw.net!usenet
  2. From: Larry Weiss <lfw@iadfw.net>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: malloc question
  5. Date: Sun, 10 Mar 1996 18:42:23 -0600
  6. Organization: ...
  7. Message-ID: <314376EF.C10@iadfw.net>
  8. References: <4htonk$350@news.hklink.net> <4huctt$arv@sparcserver.lrz-muenchen.de> <4hv5qpINNp8a@keats.ugrad.cs.ubc.ca>
  9. NNTP-Posting-Host: dal03-27.ppp.iadfw.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Kazimir Kylheku wrote:
  16.  > 
  17.  > ... malloc() is no mere external
  18.  > function, it is a special language feature painstakingly dressed up to look
  19.  > like a library function, even to the point that you can take the address of
  20.  > malloc() and call it via a function pointer.
  21.  > --
  22.  
  23.  
  24. As I've said before, the fundamental definition of the very nature of
  25. standard library "functions" is the most profound impact of the 
  26. C Language Standardization project.
  27.